home *** CD-ROM | disk | FTP | other *** search
/ CD Actual 1 / PC Actual CD 01.iso / share / dos / comunic / t_bbs501.arj / TB501.DOC < prev    next >
Encoding:
Text File  |  1993-12-07  |  4.6 KB  |  133 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.                     TriBBS 5.01 Interim Update Documentation
  9.                           Copyright (c) 1993 By TriSoft
  10.  
  11.  
  12.      The purpose of this interim update documentation is to document some
  13.      of the new features and changes that have taken place between TriBBS
  14.      5.0 and TriBBS 5.01.
  15.  
  16.  
  17.      ASCTOBIN
  18.      --------
  19.  
  20.      AscToBin is used to convert an ASCII text file list to TriBBS's binary
  21.      file format.  AscToBin is run from one of your nodes main directories
  22.      and is run in one of three modes.  It can be run with the following
  23.      command lines:
  24.  
  25.  
  26.           ASCTOBIN
  27.                This will display a list box of all of the file areas. 
  28.                Simply move the highlight bar to the appropriate file area
  29.                and press ENTER.  Press ESC to exit from AscToBin.
  30.  
  31.           ASCTOBIN /ALL
  32.                The /ALL switch is used to run AscToBin from either the DOS  
  33.                command line or from within a batch file.  This switch will  
  34.                have AscToBin convert the files lists for all of the board's 
  35.                file areas.
  36.  
  37.           ASCTOBIN /F:n1[-n2]
  38.                The /F: switch is used to run AscToBin from either the DOS   
  39.                command line or from within a batch file.  This switch will  
  40.                have AscToBin convert the files lists for a specified file   
  41.                area if it is specified using /F:n1, where n1 is the file
  42.                list to generate the binary file list for.  The /F: switch
  43.                can also create binary file lists for a range of file areas
  44.                if it is specified using /F:n1-n2, where n1 is the first
  45.                file area to create a binary file list for and n2 is the
  46.                last file area to create a binary file list for.
  47.  
  48.  
  49.      FILEMAN
  50.      -------
  51.  
  52.      Use of the new FileMan is pretty self-explanatory.  You just run it
  53.      from one of your node's main BBS directories using the following
  54.      command line: 
  55.  
  56.           FILEMAN
  57.  
  58.      The new FileMan has a DIZ All feature that causes FileMan to search
  59.      through all of the archives in the file area and use any FILE_ID.DIZ
  60.      or DESC.SDI files that may be present.  The DIZ All search can be
  61.      interrupted by pressing the space bar.
  62.  
  63.  
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.  
  71.  
  72.  
  73.  
  74.  
  75.  
  76.      If you have done anything to a file area (or areas) that would require
  77.      a new index file to be generated, FileMan will ask you if you want to
  78.      reindex any changed file areas.  In order to perform this function,
  79.      MakeIdx must be available in the DOS PATH.
  80.  
  81.  
  82.      IMPORTANT NOTE:  Neither FileMan or AscToBin support file sharing.
  83.      Therefore, they should NOT be used while the BBS is up and running.
  84.  
  85.  
  86.      BINARY FILE LIST INFORMATION FOR THIRD-PARTY DEVELOPERS
  87.      -------------------------------------------------------
  88.  
  89.      If you look at one of TriBBS's binary file lists with a listing
  90.      utility, they will appear to be a normal text file; however, they are
  91.      formatted in such a way that allows BBS.EXE to read them very quickly. 
  92.      Each line is exactly 78 characters long and use the following format:
  93.  
  94.               1         2         3         4    7
  95.      1234567890123456789012345678901234567890....012345678
  96.      FFFFFFFFFFFF  SSSSSSSS MM-DD-YY  DDDDDDD....DDDDDDD**
  97.                                       DDDDDDD....DDDDDDD** <- Optional line 
  98.                                       DDDDDDD....DDDDDDD** <- Optional line 
  99.  
  100.      Where:
  101.  
  102.      FFFFFFFFFFFF    is the file's name.
  103.      SSSSSSSS        is the file's size.
  104.      MM-DD-YY        is the file's date.
  105.      DDDD....DDDD    is the file's description.
  106.      **              is a carriage return/line feed pair.
  107.  
  108.      You should note that a file's entry in the file list can be from 1 to
  109.      20 lines long.
  110.  
  111.  
  112.      EXPIRED SUBSCRIPTIONS
  113.      ---------------------
  114.  
  115.      TriBBS 5.01 can now optionally zero out a caller's number of files
  116.      uploaded and download, the number of bytes the caller has uploaded and
  117.      downloaded, turn off access to private conference, and turn off access
  118.      to private file areas when a caller's subscription expires.
  119.  
  120.  
  121.      FASTLOG.BAT
  122.      -----------
  123.  
  124.      TriBBS 5.01 now optionally supports a batch file called FASTLOG.BAT. 
  125.      If this file exists and the caller is using TriBBS's quick logon
  126.      feature, TriBBS will call the batch file just after it generates all
  127.      of the door drop files and before checking for waiting messages. 
  128.      TriBBS shells out to memory when FASTLOG.BAT is called so a call to
  129.      BOARD.BAT at the end of FASTLOG.BAT is NOT necessary.
  130.  
  131.  
  132.  
  133.  
  134.  
  135.  
  136.  
  137.